home *** CD-ROM | disk | FTP | other *** search
- object SubCatDlg: TSubCatDlg
- Left = 243
- Top = 130
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Cuisine Dialog'
- ClientHeight = 179
- ClientWidth = 388
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 38
- Top = 56
- Width = 71
- Height = 13
- Caption = 'Cuisine ID #'
- end
- object Label2: TLabel
- Left = 31
- Top = 99
- Width = 78
- Height = 13
- Caption = 'Cuisine Name'
- end
- object OKBtn: TBitBtn
- Left = 300
- Top = 32
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 300
- Top = 76
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 300
- Top = 120
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object DBEditSubCatName: TDBEdit
- Left = 128
- Top = 95
- Width = 121
- Height = 20
- DataField = 'SubCatName'
- DataSource = DataSourceSubCat
- MaxLength = 0
- TabOrder = 1
- end
- object DBLookupComboPlus1: TDBLookupComboPlus
- Left = 129
- Top = 50
- Width = 121
- Height = 21
- DataField = 'SubCatNum'
- DataSource = DataSourceSubCat
- LookupSource = DataSourceSubCat2
- LookupDisplay = 'SubCatNum'
- LookupField = 'SubCatNum'
- Style = csIncSrchEdit
- TabOrder = 0
- end
- object DataSourceSubCat: TDataSource
- Left = 8
- Top = 40
- end
- object TableSubCat2: TTable
- Active = True
- DatabaseName = 'Beta'
- TableName = 'SUBCAT.DB'
- Left = 8
- Top = 72
- end
- object DataSourceSubCat2: TDataSource
- DataSet = TableSubCat2
- Left = 8
- Top = 104
- end
- end
-